home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / Find.nib / data.classes next >
Encoding:
Text File  |  1993-08-31  |  2.2 KB  |  158 lines

  1. DateTextField = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = TextField;
  7. };
  8. CategoryTextField = {
  9.     ACTIONS = {
  10.     };
  11.     OUTLETS = {
  12.     };
  13.     SUPERCLASS = TextField;
  14. };
  15. DatePrompt = {
  16.     ACTIONS = {
  17.     };
  18.     OUTLETS = {
  19.     instructionField;
  20.     datePromptField;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     findNextTrx:;
  27.     findPreviousTrx:;
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. SystemsCtrlr = {
  32.     ACTIONS = {
  33.     saveAcct:;
  34.     quit:;
  35.     showPrefPanel:;
  36.     showCopyrightPanel:;
  37.     open:;
  38.     windowWillClose:;
  39.     systemCategories:;
  40.     memorizeTransaction:;
  41.     hideAcct:;
  42.     new:;
  43.     delete:;
  44.     doShowFindPanel:;
  45.     showReport:;
  46.     showInfoPanel:;
  47.     app:;
  48.     saveAs:;
  49.     close:;
  50.     reconcile:;
  51.     okNew:;
  52.     cancelNew:;
  53.     suggestion:;
  54.     showInspector:;
  55.     save:;
  56.     appDidInit:;
  57.     showTransactions:;
  58.     };
  59.     OUTLETS = {
  60.     infoPanelLogoButton;
  61.     newPanel;
  62.     categoryMenuCell;
  63.     archiveMenuCell;
  64.     reportsMgr;
  65.     reportTransSubmenu;
  66.     activeSystem;
  67.     saveMenuCell;
  68.     infoPanel;
  69.     closeMenuCell;
  70.     nameForm;
  71.     transactionSubmenu;
  72.     copyPanel;
  73.     reportsSubmenu;
  74.     systemSubmenuCell;
  75.     inspectorMgr;
  76.     prefPanel;
  77.     categoryRadio;
  78.     findPanel;
  79.     saveAsMenuCell;
  80.     accountSubmenu;
  81.     };
  82.     SUPERCLASS = List;
  83. };
  84. FindMgr = {
  85.     ACTIONS = {
  86.     finderClickNext:;
  87.     popUp:;
  88.     finderClickPrevious:;
  89.     windowDidBecomeKey:;
  90.     };
  91.     OUTLETS = {
  92.     IgnoreCaseSwitch;
  93.     FindTF;
  94.     nextButton;
  95.     categoryTF;
  96.     activeFindTF;
  97.     dateBox;
  98.     previousButton;
  99.     typePopUp;
  100.     dateTF;
  101.     sampleTrx;
  102.     findBox;
  103.     findPanel;
  104.     };
  105.     SUPERCLASS = Object;
  106. };
  107. System = {
  108.     ACTIONS = {
  109.     okCreateAcct:;
  110.     windowWillClose:;
  111.     showCategories:;
  112.     archiveSys:;
  113.     close:;
  114.     save:;
  115.     saveAs:;
  116.     setDefaultBoundary:;
  117.     reconcileAccount:;
  118.     importExpRequest:;
  119.     windowWillResize:;
  120.     cancelCreateAcct:;
  121.     contextHelp:;
  122.     showFindPanel:;
  123.     deleteAccount:;
  124.     createAccount:;
  125.     selectAccount:;
  126.     showAccount:;
  127.     findTransaction:;
  128.     browser:;
  129.     hideAccount:;
  130.     windowDidBecomeMain:;
  131.     };
  132.     OUTLETS = {
  133.     createPanelBox;
  134.     activeAccount;
  135.     OKCreatePanelButton;
  136.     renamePanel;
  137.     categoryMgr;
  138.     acctNameForm;
  139.     accountBrowser;
  140.     hideButton;
  141.     createPanel;
  142.     createButton;
  143.     newNameField;
  144.     acctTypeRadio;
  145.     acctBalanceForm;
  146.     transactionMgr;
  147.     reconcileButton;
  148.     systemWindow;
  149.     createView;
  150.     oldNameField;
  151.     showButton;
  152.     findPanel;
  153.     createDate;
  154.     errMsgTable;
  155.     };
  156.     SUPERCLASS = List;
  157. };
  158.